check_not_null

Function check_not_null 

Source
pub fn check_not_null(env: &mut JNIEnv<'_>, ptr: jlong, context: &str) -> bool
Expand description

Check if a Java object is null and throw exception if so