pub unsafe extern "system" fn RtlGetAce(
    acl: *const ACL,
    aceindex: u32,
    ace: *mut *mut c_void
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_Security"