pD3DDisassemble

Type Alias pD3DDisassemble 

pub type pD3DDisassemble = Option<unsafe extern "system" fn(psrcdata: *const c_void, srcdatasize: usize, flags: u32, szcomments: PCSTR, ppdisassembly: OutRef<'_, ID3DBlob>) -> HRESULT>;

Aliased Type§

pub enum pD3DDisassemble {
    None,
    Some(unsafe extern "system" fn(*const c_void, usize, u32, PCSTR, OutRef<'_, ID3DBlob>) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const c_void, usize, u32, PCSTR, OutRef<'_, ID3DBlob>) -> HRESULT)

Some value of type T.