pub unsafe fn IkeextSaDbSetSecurityInfo0<P0>(
    enginehandle: P0,
    securityinfo: u32,
    sidowner: Option<*const SID>,
    sidgroup: Option<*const SID>,
    dacl: Option<*const ACL>,
    sacl: Option<*const ACL>
) -> u32
where P0: IntoParam<HANDLE>,