pub unsafe extern "system" fn GetFileSecurityA(
    lpfilename: PSTR,
    requestedinformation: u32,
    psecuritydescriptor: *mut SECURITY_DESCRIPTOR,
    nlength: u32,
    lpnlengthneeded: *mut u32
) -> BOOL
Expand description

Required features: ‘Win32_Security’, ‘Win32_Foundation’