Function safe_app::ffi::mutable_data::mdata_list_user_permissions [] [src]

#[no_mangle]
pub unsafe extern "C" fn mdata_list_user_permissions(
    app: *const App,
    info: *const FfiMDataInfo,
    user_h: SignPubKeyHandle,
    user_data: *mut c_void,
    o_cb: extern "C" fn(_: *mut c_void, _: *const FfiResult, _: *const FfiPermissionSet)
)

Get list of permissions set on the mutable data for the given user.

User is either handle to a signing key or USER_ANYONE.

Callback parameters: user data, error code, permission set handle