Skip to main content

gguf_write_to_file_ptr

Function gguf_write_to_file_ptr 

Source
pub unsafe extern "C" fn gguf_write_to_file_ptr(
    ctx: *const gguf_context,
    file: *mut FILE,
    only_meta: bool,
) -> bool