pub unsafe extern "system" fn SeTokenFromAccessInformation(
    accessinformation: *const TOKEN_ACCESS_INFORMATION,
    token: *mut c_void,
    length: u32,
    requiredlength: *mut u32
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_Security"