pub unsafe fn OpenDedicatedMemoryPartition<P0, P1>(
    partition: P0,
    dedicatedmemorytypeid: u64,
    desiredaccess: u32,
    inherithandle: P1
) -> HANDLE
where P0: IntoParam<HANDLE>, P1: IntoParam<BOOL>,