Function safe_app::ffi::ipc::decode_ipc_msg [] [src]

#[no_mangle]
pub unsafe extern "C" fn decode_ipc_msg(
    msg: *const c_char,
    user_data: *mut c_void,
    o_auth: extern "C" fn(_: *mut c_void, _: u32, _: *const FfiAuthGranted),
    o_unregistered: extern "C" fn(_: *mut c_void, _: u32, _: *const u8, _: usize),
    o_containers: extern "C" fn(_: *mut c_void, _: u32),
    o_share_mdata: extern "C" fn(_: *mut c_void, _: u32),
    o_revoked: extern "C" fn(_: *mut c_void),
    o_err: extern "C" fn(_: *mut c_void, _: *const FfiResult, _: u32)
)

Decode IPC message.