pub unsafe fn mmioSetBuffer<P0>(
    hmmio: P0,
    pchbuffer: Option<&mut [u8]>,
    fubuffer: u32
) -> u32
where P0: IntoParam<HMMIO>,