pub unsafe extern "C" fn getline(
    lineptr: *mut *mut i8,
    n: *mut usize,
    stream: *mut FILE
) -> isize