pub unsafe fn KsCreateClock2<P0>(
    connectionhandle: P0,
    clockcreate: *const KSCLOCK_CREATE
) -> Result<HANDLE>
where P0: IntoParam<HANDLE>,