pub type CSSM_ACL_ENTRY_INPUT = cssm_acl_entry_input;👎Deprecated
Available on crate features
SecAsn1Types and cssmconfig and cssmtype only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_ACL_ENTRY_INPUT {
pub Prototype: cssm_acl_entry_prototype,
pub Callback: Option<unsafe extern "C-unwind" fn(*const cssm_list, *mut cssm_list, *mut c_void, *const cssm_memory_funcs) -> i32>,
pub CallerContext: *mut c_void,
}Fields§
§Prototype: cssm_acl_entry_prototype👎Deprecated
§Callback: Option<unsafe extern "C-unwind" fn(*const cssm_list, *mut cssm_list, *mut c_void, *const cssm_memory_funcs) -> i32>👎Deprecated
§CallerContext: *mut c_void👎Deprecated