[][src]Function safe_authenticator_ffi::ffi::apps::auth_apps_accessing_mutable_data

#[no_mangle]pub unsafe extern "C" fn auth_apps_accessing_mutable_data(
    auth: *const Authenticator,
    md_name: *const XorNameArray,
    md_type_tag: u64,
    user_data: *mut c_void,
    o_cb: extern "C" fn(user_data: *mut c_void, result: *const FfiResult, app_access: *const AppAccess, app_access_len: usize)
)

Return a list of apps having access to an arbitrary MD object. md_name and md_type_tag together correspond to a single MD.