pub unsafe extern "system" fn D3D10CreateEffectFromMemory(
    pdata: *const c_void,
    datalength: usize,
    fxflags: u32,
    pdevice: ID3D10Device,
    peffectpool: ID3D10EffectPool,
    ppeffect: *mut ID3D10Effect
) -> HRESULT
Expand description

Required features: "Win32_Graphics_Direct3D10"