[][src]Function mmal_sys::mmal_status_to_string

pub unsafe extern "C" fn mmal_status_to_string(status: Type) -> *const c_char

Convert a status to a statically-allocated string.

@param status The MMAL status code. @return A C string describing the status code.