pub unsafe fn BuildDisplayTable<P0, P1>(
    lpallocatebuffer: LPALLOCATEBUFFER,
    lpallocatemore: LPALLOCATEMORE,
    lpfreebuffer: LPFREEBUFFER,
    lpmalloc: P0,
    hinstance: P1,
    cpages: u32,
    lppage: *mut DTPAGE,
    ulflags: u32,
    lpptable: *mut Option<IMAPITable>,
    lpptbldata: *mut Option<ITableData>
) -> Result<()>
where P0: IntoParam<IMalloc>, P1: IntoParam<HINSTANCE>,