pub unsafe extern "C" fn subghz_protocol_raw_file_encoder_worker_set_callback_end(
    instance: *mut SubGhzProtocolEncoderRAW,
    callback_end: Option<unsafe extern "C" fn(*mut c_void)>,
    context_end: *mut c_void
)
Expand description

Set callback on completion of file transfer. @param instance Pointer to a SubGhzProtocolEncoderRAW instance @param callback_end Callback, SubGhzProtocolEncoderRAWCallbackEnd @param context_end Context