pub unsafe extern "system" fn GetKernelObjectSecurity(
    handle: HANDLE,
    requestedinformation: u32,
    psecuritydescriptor: PSECURITY_DESCRIPTOR,
    nlength: u32,
    lpnlengthneeded: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Foundation"