pub unsafe extern "C" fn subghz_keystore_save(
    instance: *mut SubGhzKeystore,
    filename: *const i8,
    iv: *mut u8
) -> bool
Expand description

Save manufacture key to file @param instance Pointer to a SubGhzKeystore instance @param filename Full path to the file @return true On success