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