Function windows_sys::Win32::Security::AddAce

pub unsafe extern "system" fn AddAce(
    pacl: *mut ACL,
    dwacerevision: ACE_REVISION,
    dwstartingaceindex: u32,
    pacelist: *const c_void,
    nacelistlength: u32,
) -> BOOL