pub unsafe fn RestoreClusterDatabase<P0, P1, P2>(
    lpszpathname: P0,
    bforce: P1,
    lpszquorumdriveletter: P2
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<BOOL>, P2: IntoParam<PCWSTR>,