pub unsafe fn InitializeAcl(
    pacl: *mut ACL,
    nacllength: u32,
    dwaclrevision: ACE_REVISION
) -> Result<()>