unsafe extern "C" fn post_android_surface_buffer(
ctx: *mut AndroidDisplayContext,
surface: *mut AndroidDisplaySurface
)
Expand description
Posts the buffer obtained from get_android_surface_buffer
to the Android display system
so that it can be displayed on the screen. Once this is called, the caller shouldn’t use
the buffer any more.