pub fn validate_handle(
    states: &RwLock<Vec<jlong>>,
    handle: jlong
) -> SdkJniResult<()>