pub unsafe fn SetClusterQuorumResourceEx<P0, P1, P2>(
    hresource: P0,
    lpszdevicename: P1,
    dwmaxquorumlogsize: u32,
    lpszreason: P2
) -> u32
where P0: IntoParam<HRESOURCE>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,