pub unsafe fn D3D10CreateEffectPoolFromMemory<P0>(
    pdata: *const c_void,
    datalength: usize,
    fxflags: u32,
    pdevice: P0,
) -> Result<ID3D10EffectPool>
where P0: Param<ID3D10Device>,