Description
According to the documentation, NULL
is a valid value for the data
parameter of g_content_type_guess
. However, the Rust bindings type it as &[u8]
, making it impossible to pass a null value.
Metadata
Metadata
Assignees
Labels
No labels