pub unsafe fn ReplacePartitionUnit<P0, P1>(
    targetpartition: P0,
    sparepartition: P1,
    flags: u32
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,