pub unsafe fn KsCreateClock<P0>(
    connectionhandle: P0,
    clockcreate: *const KSCLOCK_CREATE,
    clockhandle: *mut HANDLE
) -> u32
where P0: IntoParam<HANDLE>,