pub unsafe extern "C" fn subghz_keystore_raw_encrypted_save(
    input_file_name: *const i8,
    output_file_name: *const i8,
    iv: *mut u8
) -> bool
Expand description

Save RAW encrypted to file @param input_file_name Full path to the input file @param output_file_name Full path to the output file @param iv IV, 16 bytes in hex