pub unsafe extern "C" fn zx_framebuffer_set_range(
    resource: u32,
    vmo: u32,
    len: u32,
    format: u32,
    width: u32,
    height: u32,
    stride: u32
) -> i32