#[unsafe(no_mangle)]pub extern "C" fn cfm_keystore_iterator_destroy(
it: *mut FFIKeyIterator,
)Expand description
Drop an iterator handle. Safe to call with NULL.
#[unsafe(no_mangle)]pub extern "C" fn cfm_keystore_iterator_destroy(
it: *mut FFIKeyIterator,
)Drop an iterator handle. Safe to call with NULL.