pub trait FromJString { // Required method fn extract(&self, env: &mut JNIEnv<'_>) -> Result<String>; }