[][src]Function fxaclient_ffi::fxa_from_json

#[no_mangle]pub extern "C" fn fxa_from_json(json: FfiStr<'_>, err: &mut ExternError) -> u64

Restore a [FirefoxAccount] instance from an serialized state (created with [fxa_to_json]).

Safety

A destructor [fxa_free] is provided for releasing the memory for this pointer type.