pub unsafe fn WSManPluginAuthzOperationComplete<P0>(
    senderdetails: *const WSMAN_SENDER_DETAILS,
    flags: u32,
    userauthorizationcontext: Option<*const c_void>,
    errorcode: u32,
    extendederrorinformation: P0
) -> u32
where P0: IntoParam<PCWSTR>,