pub unsafe extern "C" fn nodeRequest(
    node: &mut Node,
    topic: *const c_char,
    req: *const c_char,
    req_len: usize,
    reqtype: *const c_char,
    restype: *const c_char,
    timeout: c_uint,
    res: &mut String,
    result: &mut bool
) -> bool