pub unsafe fn KsCreateAllocator2<P0>(
    connectionhandle: P0,
    allocatorframing: *const KSALLOCATOR_FRAMING
) -> Result<HANDLE>
where P0: IntoParam<HANDLE>,