windows::Win32::Security::Authorization

Function BuildTrusteeWithObjectsAndNameA

pub unsafe fn BuildTrusteeWithObjectsAndNameA<P3, P4, P5>(
    ptrustee: *mut TRUSTEE_A,
    pobjname: Option<*const OBJECTS_AND_NAME_A>,
    objecttype: Option<SE_OBJECT_TYPE>,
    objecttypename: P3,
    inheritedobjecttypename: P4,
    name: P5,
)
where P3: Param<PCSTR>, P4: Param<PCSTR>, P5: Param<PCSTR>,