pub unsafe fn LsaSetInformationPolicy<P0>(
    policyhandle: P0,
    informationclass: POLICY_INFORMATION_CLASS,
    buffer: *const c_void,
) -> NTSTATUS
where P0: Param<LSA_HANDLE>,