[][src]Function zathura_plugin_sys::zathura_image_buffer_create

pub unsafe extern "C" fn zathura_image_buffer_create(
    width: c_uint,
    height: c_uint
) -> *mut zathura_image_buffer_t

Creates an image buffer

@param width Width of the image stored in the buffer @param height Height of the image stored in the buffer @return Image buffer or NULL if an error occurred