pub unsafe fn WSManPluginAuthzQueryQuotaComplete<P0>(
    senderdetails: *const WSMAN_SENDER_DETAILS,
    flags: u32,
    quota: Option<*const WSMAN_AUTHZ_QUOTA>,
    errorcode: u32,
    extendederrorinformation: P0
) -> u32
where P0: IntoParam<PCWSTR>,