pub unsafe extern "system" fn RtlCreateAcl(
    acl: *mut ACL,
    acllength: u32,
    aclrevision: u32
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_Security"