windows::Win32::Security::Authorization

Function BuildTrusteeWithObjectsAndNameW

pub unsafe fn BuildTrusteeWithObjectsAndNameW<P3, P4, P5>(
    ptrustee: *mut TRUSTEE_W,
    pobjname: Option<*const OBJECTS_AND_NAME_W>,
    objecttype: Option<SE_OBJECT_TYPE>,
    objecttypename: P3,
    inheritedobjecttypename: P4,
    name: P5,
)
where P3: Param<PCWSTR>, P4: Param<PCWSTR>, P5: Param<PCWSTR>,