pub unsafe extern "C" fn nfc_device_set_loading_callback(
    dev: *mut NfcDevice,
    callback: NfcLoadingCallback,
    context: *mut c_void
)